crypto/tls.Config.supportedVersions (method)
4 uses
crypto/tls (current package)
common.go#L1223: func (c *Config) supportedVersions(isClient bool) []uint16 {
common.go#L1249: supportedVersions := c.supportedVersions(isClient)
common.go#L1295: supportedVersions := c.supportedVersions(isClient)
handshake_client.go#L61: supportedVersions := config.supportedVersions(roleClient)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)